projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84b1ed8
)
tools/xentrace: increase default xentrace buffer size.
author
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Thu, 8 Jul 2010 16:39:00 +0000
(17:39 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Thu, 8 Jul 2010 16:39:00 +0000
(17:39 +0100)
increase default xentrace buffer size to reduce the number of
lost records.
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
tools/xentrace/xentrace.c
patch
|
blob
|
history
diff --git
a/tools/xentrace/xentrace.c
b/tools/xentrace/xentrace.c
index 8812bfdf3b4632ddc005347d7ea70f4edd7e1f26..9e07f3f2c4c3c571a3f2a6da271d10cc07dbb3d4 100644
(file)
--- a/
tools/xentrace/xentrace.c
+++ b/
tools/xentrace/xentrace.c
@@
-45,7
+45,7
@@
do { \
/* sleep for this long (milliseconds) between checking the trace buffers */
#define POLL_SLEEP_MILLIS 100
-#define DEFAULT_TBUF_SIZE
20
+#define DEFAULT_TBUF_SIZE
32
/***** The code **************************************************************/
typedef struct settings_st {